home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Internet software / TableWorks 1.0 / Tutorial Folder / Cells Padding Examples < prev    next >
Text File  |  1996-05-12  |  801b  |  21 lines

  1. <!--TBLC-->
  2. <HTML>
  3. <HEAD>
  4. <TITLE></TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#A3C1DC">
  7.  
  8. <BR><TABLE BORDER=3>
  9. <TR>
  10. <TD WIDTH=398 HEIGHT=28 ALIGN=LEFT VALIGN=TOP CELLTYPE=TEXT><B>The cell padding is the space between this text and the cell frame.<BR>It is currently set to 1.<BR></B></TD>
  11. </TR>
  12. </TABLE>
  13.  
  14. <BR><TABLE BORDER=3 CELLPADDING=10>
  15. <TR>
  16. <TD WIDTH=398 HEIGHT=76 ALIGN=LEFT VALIGN=TOP CELLTYPE=TEXT><B>In this table the cell spacing is set to 10, since this text is in fact the cell content it is at 10 pixels from the cell frame, if you click in this text and do a Select All you'll notice that the rectangle done by the selection stays away from the cell frame consequently with the cell padding, in other words the selection stays at 10 pixels form the cell frame.</B></TD>
  17. </TR>
  18. </TABLE>
  19. </BODY>
  20. </HTML>
  21.